home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Message Dialogs
/
hyperlink-status-text.izs
< prev
next >
Wrap
Text File
|
2005-09-28
|
2KB
|
69 lines
<!NOWIZARD>
<!TITLE>Hyperlink Status Text
<!/TITLE>
<!DESCRIPTION> Another status bar script that changes the status bar message for each link when the user hovers over the link.
<!/DESCRIPTION>
<!CATEGORY>Messages<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL HYPERLINK STATUS TEXT:
1. Add the onLoad event handler into the BODY tag
2. Copy code into the body section of document -->
<!-- STEP ONE: Insert onLoad event into BODY tag -->
<BODY onLoad="window.defaultStatus = 'Hello' ">
<!-- STEP TWO: Add code into BODY section of document -->
<!-- Original: Charlie Melbye -->
<p>
<a href="http://www.evrsoft.com" onmouseover="window.status='JSS the home for free scripts';return true">JSS Home</a></p>
<p>
<a href="http://www.evrsoft.com" onmouseover="window.status='Dynamic Message Scripts!';return true">Messages</a></p>
<p>
<a href="http://www.evrsoft.com" onmouseover="window.status='Want to change the background effects on your site.';return true">JSS Home</a></p>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL HYPERLINK STATUS TEXT:
1. Add the onLoad event handler into the BODY tag
2. Copy code into the body section of document -->
<!-- STEP ONE: Insert onLoad event into BODY tag -->
<BODY onLoad="window.defaultStatus = 'Hello' ">
<!-- STEP TWO: Add code into BODY section of document -->
<!-- Original: Charlie Melbye -->
<p>
<a href="http://evrsoft.com" onmouseover="window.status='JSS the home for free scripts';return true">JSS Home</a></p>
<p>
<a href="http://evrsoft.com/messages/" onmouseover="window.status='Dynamic Message Scripts!';return true">Messages</a></p>
<p>
<a href="http://evrsoft.com/bgeffects/" onmouseover="window.status='Want to change the background effects on your site.';return true">JSS Home</a></p>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>